@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "微软雅黑 Regular", "Microsoft YaHei";
	color: #333;
}

body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul,
span,
header,
head,
footer,
nav {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li,
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #9e2220;
}

img {
	border: none;
	display: inline-block;
	vertical-align: middle;
}

.img {
	max-width: 100%;
	height: auto;
}

button,
input {
	outline: 0;
	border: none;
}

.row {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.containertop,.container {
	width: 1200px;
	margin: auto;
}

.bg-white {
	background: #fff;
}

.clear {
	clear: both;
}


/* 头部 */

.hearder {
	padding-top: 17px;
}

.hearder .top1 span {
	padding-left: 20px;
	font-size: 14px;
}

.hearder .top1 span a {
	color: #1f559f;
}

.hearder .search {
	position: relative;
	margin-top: 20px;
	width: 30%;
}

.hearder .logo {
	margin-top: 20px;
	padding-bottom: 29px;
}

.hearder .search input {
	height: 44px;
	background-color: #ffffff;
	width: 100%;
	border-radius: 2px;
	padding-left: 20px;
	border: solid 1px #1f559f;
}

.hearder .search button {
	width: 95px;
	position: absolute;
	right: 0;
	height: 44px;
	font-size: 16px;
	color: #ffffff;
	background-color: #1f559f;
	border-radius: 2px;
	top:0;
}

.hearder .search button img {
	margin-left: 4px;
	margin-top: -2px;
}

.hearder .top {
	background: url(../images/index/shan.png) no-repeat 1px 70px;
}

.hearder .nav {
	height: 49px;
	background-color: #1f559f;
}

.hearder .nav ul {
	width: 1350px;
	margin: 0 auto;
}

.hearder .nav ul li {
	float: left;
	position: relative;
	width: 122px;
	text-align: center;
}

.hearder .nav ul li a {
	color: #ffffff;
	line-height: 49px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.hearder .nav ul li .xiala {
	position: absolute;
	background-color: #ecf2fc;
	z-index: 9;
	left: 0;
	display: none;
	padding: 0 7px;
}

.hearder .nav ul li .xiala a {
	color: #666666;
	font-size: 14px;
	line-height: 35px;
	display: inline-block;
}

.hearder .nav ul li .xiala a.hover {
	color: #144992;
	font-weight: bold;
}

.hearder .nav ul li .xiala a:hover {
	color: #144992;
	font-weight: bold;
}

.hearder .nav ul li.home {
	background: url(../images/index/home.png)no-repeat 4px;
}

.hearder .nav ul li:hover {
	background: #12407f;
}

.hearder .nav ul li.home:hover {
	background: url(../images/index/home.png) #12407f no-repeat 4px;
}
.hearder .nav ul li .xiala a.nav_yjcg{
	font-size:12px;
}

/* 底部 */

.footer {
	height: 208px;
	background: #20569f;
	color: #fff;
}

.footer .yqlj {
	border-bottom: 1px solid #346cd2;
}

.footer .yqlj ul li {
	float: left;
	padding: 20px 20px;
	background: url(../images/index/xia.png) no-repeat right;
	position: relative;
}

.footer .yqlj ul li:hover {
	background: url(../images/index/shang.png) no-repeat right;
}
.footer2 p a{color:#fff;}

.xgbm {
	position: absolute;
	BOTTOM: 61px;
	left: 0;
	width: 542px;
	display: none;
	/*height: 94px;*/
	background-color: #e5e5e5;
	border-radius: 8px 8px 0px 0px;
	padding: 20px;
	line-height: 30px;
}
.xgbm A{
	MARGIN-RIGHT:6PX;
	display: inline-block;
	font-size:12px;
	color:#000;
}

.foot1 {
	width: 53%;
	margin: 20px auto;
	text-align: center;
	line-height: 30px;
}

.foot1 img {
	margin-top: 15px;
}
.listmore{display: block;
    width: 17%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    border-radius: 8px;
    background-color: #dedede;
    color: #666;
    font-family: SumSun;
    margin-top: 22px;}

/*面包屑*/

.BreadcrumbNav {
	width: 1199px;
	height: 52px;
	background: #FFFFFF;
	line-height: 52px;
	margin: 20px auto;
	padding-left: 21px;
}

.BreadcrumbNav p {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.BreadcrumbNav p span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
@media (min-width: 1920px) {
	.hearder .top{
		background-size:cover;
	}
	}
@media (max-width: 1300px) and (min-width: 768px) {
	body {
		width: 1200px;
	}
}

@media (max-width: 768px) {
	.container,.containertop {
		width: 96% !important;
		padding: 0 2%;
	}
	.m-hide {
		display: none !important;
	}
	/* 头部 */
	.hearder .logo .fl img {
		width: 100%;
	}
	.hearder .nav ul,
	.hearder {
		width: 100%;
	}
	.hearder .top {
		width: 100%;
	}
	.hearder .search {
		width: 90%;
	}
	.hearder .nav ul {
		background: #1f559f;
	}
	.hearder .nav ul li.home {
		background: none;
	}
	.hearder .nav ul li {
		width: 33%;
	}
	.hearder .search button {
		width:30%;
		
	}
	/* 底部 */
	.foot1 {
		width: 100%;
		margin: 0 !important;
	}
	.xgbm {
		width: 100%;
	}
	.foot1 .fr {
		display: none;
	}
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.w50 {
	width: 48%;
}

.w57 {
	width: 57.17%;
}

.w39 {
	width: 39.75%;
}

@media (max-width: 768px) {
	.BreadcrumbNav {
		line-height: normal;
		height: auto;
		padding: 10px;
		width:100%;
	}
	.m-100 {
		width: 100% !important;
	}
	.hearder .nav {
		height: auto;
	}
	.footer .yqlj {
		display: none;
	}
	.footer {
		height: 178px;
	}
	.footer .container {
		padding: 2%;
	}
	.xiala {
		display: none !important;
	}
}

@media (max-width: 376px) {
	.foot1 {
		margin: 0;
	}
}
/*-------------------------------↓分页样式开始↓------------------------------------*/

/*新样式*/
#pagination-input{ width: 52px; height:28px; line-height:18px; padding:0; overflow:hidden; border:1px solid #ccc;}
#page_div .pagination-index,#page_div .pagination-num{color: #666666;border: 1px #b2b2b2 solid;padding:7px 12px;margin-right:2px;text-align:center;font-size:14px;}
#page_div .pagination-index a, #page_div .pagination-num a{padding:0px; margin:0px;text-align:center;  color:#666666; display:block; font-size:14px;  }
#page_div pagination-num:hover, #page_div{padding:0px; margin:0px;text-align:center; font-size:14px;}
#page_div .pagination_index_last{width:260px; float:right; text-align:right; margin:0 auto;}

#page_div a.hover{background-color: #46C6DF; border:1px solid #46C6DF;color:#fff;font-size:14px;}
#page_div a.hover a:hover{ color:#fff;}
/*-------分页---------*/
.page_num{padding-top:36px; padding-bottom:20px;height:auto;overflow:hidden;font-size:14px; clear: both;}
#page_div{/* height:30px; */color:#000;margin:0 auto;line-height: 42px;}

#page_div .pagination_index{ color: #104c6e; border: 1px #b2b2b2 solid; padding:3px 8px;
margin-right:2px; float: left;text-align:center; font-size:12px;}
#page_div .pagination_index a{padding:0px; margin:0px;text-align:center;  color:#666666; display:block; font-size:12px;display: inline-block; }
#page_div .pagination_index a:hover{color:#cc0001; font-size:12px;}

#page_div div.page_loca{ background-color:#104c6e;}
#page_div div.page_loca a{ color:#fff; font-size:12px;}
#page_div div.page_loca a:hover{ color:#fff;}

#page_div .pagination_index_last{border: none; width: auto; float: left; text-align: left;}
#page_div .pagination_index_last .page_a_tz{ border: 1px #b2b2b2 solid; padding:3px 8px;}
#pagination_input{ width:20px; height:16px; line-height:16px; margin:0 8px; padding:0; overflow:hidden; border:1px solid #ccc;}
#page_div{text-align:center;}
#page_div li{display:inline-block;}
#page_div li a,#page_div li span{color: #666666;border: 1px #b2b2b2 solid;padding: 7px 12px; margin-right: 2px;text-align: center;font-size: 14px;}
#page_div li a.current{background:#20569f;color:#fff;}
#page_div li.page_jump{margin-left:5px;}
#page_div li #page_input{border: 1px #b2b2b2 solid;padding:7px 5px;width:50px;margin:0 4px;}
#page_div li a{margin-left:5px;}
#page_div .total_count{display:none;}